-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: lychee link checker from built website version #855
Conversation
fedded7
to
926a67e
Compare
add docs.apify.com/assets to ignored lychee links
I did a bit of testing here to figure out the # of errors, I added any github edit links and assets links to ignored, which substantially lowered the # of errors. What we are left is over 200 errors for So the only issues I see with this approach is
Seems like this might be the best approach all in all |
The difference between the Are there any other issues directly with this PR, or can we fix the found broken links and merge this? Looking at the results, it looks quite helpful :) |
Yes, I think we should move forward with this PR and with fixing Apart from that I saw some file errors I'll try to figure out what those are, and npmjs I think also rate limited us similar to github, if this will persist maybe I'll add it to the exceptions |
add <https:\/\/> to ignored by lychee
@barjin I'm moving along with fixing whatever I can for broken links, but it seems that lychee is not filtering out And as for errors with |
Regarding the broken links, I suppose it's just wrong arguments, right? Maybe like this it will work?
Ignoring |
fix broken external links to langchain & llamaindex
change link from relative to absolute for test purposes
add new ignore add new argument to ignore node_modules & versions.html
I think we may be at end here and soon ready for merging.
|
Jindra is out on vacation btw, he'll be back next wednesday. I can try to look into this myself. |
ah did not notice, my apologies it would be much appreciated @B4nan |
I just pushed fixes to the issues mentioned in your last message @TC-MO , feel free to check them out. The only remaining thing now seems to be some forgotten Google rate-limiting and occasionally flaky Apify server - while the first can be fixed with yet another ignore rule, the second one should be fixed... perhaps with some retries? I didn't find much in the Lychee docs, maybe you know more @TC-MO as you've used this before? |
Thanks @barjin ! That looks extremely promising!
|
No description provided.